@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    /* color: #262626; */
}

/*
@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}

*/
@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
@font-face {
  font-family: font_ding;
  src:url(../font/DINPro-Medium.ttf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
body {
    font: 0.16rem/1.5 "pingfang_m",'pingfang_b','pingfang_r','pingfang_r';
    color: #262626;
}
a{color: #262626;}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {/* max-width: 15rem; */margin:0 auto;width: 85%;/* padding: 0 1rem; */z-index: 2;}
a:hover {
    text-decoration: none;
    color: #0090d6;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/hjt.png) center center no-repeat #fff;
    font-size: 0;
    background-size: 0.12rem;
    border-radius: 50%;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    transition: all 0.3s;
    bottom: 0;
    top: auto;
    z-index: 999;
    margin: 0;
}
.swiper-button-prev{
    left: 0.35rem;
}
.swiper-button-next{
    right: 0.35rem;
    transform: rotate(180deg) translate(0px, 50%);
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    background: url(../images/ljt.png) center center no-repeat #da271f;
    background-size: 0.12rem;
}
.swiper-button-next:hover{
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0090d6;
    border-radius: 50px;
}

.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal {
    background: #ddd;
    height: 0.08rem;
    border-radius: 50px;
    overflow: hidden;
}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #0090d6;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	 transform: translateY(90px);
	 transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}
/**clear_end**/
.videolist {position:relative;/* float:left; *//* width:500px; *//* height:300px; *//* margin-right:50px; *//* margin-top:15px; *//* margin-bottom:30px; */}
.videolist:hover{ cursor: pointer; }


.videos {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}

.video_mainbig {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos .vclose {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.4rem  auto 0;
    background: url(../images/close.png) center;
    background-size: cover;
    transition: all 0.5s;
}
.videos .vclose:hover{
    transform: rotate(360deg);
}
.video_mainbig .video_mm {
    width: 70%;
}

.video_mainbig .video_mm video {
    width: 100%;
}



.load_video {
    background: #e3e1e3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load_video video {
    width: 100%;
    height: 100%;
}

.loadding {
  /* overflow-y: hidden; */
}
.loadding .load {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}
.loadding .header,
.loadding .banner {
  opacity: 0;
}
.loadding.on {
  overflow-y: auto;
}
.loadding.on .load {
  z-index: -1;
}
.loadding.on .header,
.loadding.on .banner {
  opacity: 1;
}
.load {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
}
.load video {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/****/
.nav_part {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9993;
    background: #fff;
}
.nav_part .wal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 16rem; */
    /* width: 100%; */
    /* padding: 0 0.2rem; */
    /* gap: 0.5rem; */
    width: 90%;
}
.nav_logo {
    display: flex;
    align-items: center;
    color: #fff;
}
.nav_logo .di{
}
.nav_logo img {
    width: 3.95rem;
}
.nav_logo .tel {
    line-height: 0.25rem;
}

.nav_logo .tel span {
    font-size: 0.14rem;
    display: block;
}

.nav_logo .tel em {
    font-family: Akrobat;
    font-size: 0.28rem;
}
.nav_logo img.writh_logo {
    display: block;
}

.nav_logo img.cai_logo {
    display: none;
}

.top_nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top_nav .nav_main {
    display: flex;
    align-items: center;
}

.top_nav .nav_main ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.top_nav .nav_main ul li {
    position: relative;
    /* flex: 1; */
    text-align: center;
}

.top_nav .nav_main ul li .one_level {
    line-height: 1rem;
    color: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    overflow: hidden;
    /* font-weight: bold; */
    font-size: 0.18rem;
    position: relative;
}
.top_nav .nav_main ul li .one_level a{/* color: #262626; */}
.top_nav .nav_main ul li:hover .one_level a{color: #0090d6;}
.top_nav .nav_main ul li .one_level .irow {
    /* display: block; */
    /* width: 0rem; */
    /* height: 0.02rem; */
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 0.2rem; */
    /* background: #0090d6; */
    /* transform: translate(-50%, 0px); */
    /* transition: all 0.3s; */
}
.top_nav .nav_main ul li:hover .one_level .irow{width: 0.2rem;}
.top_nav .nav_main ul li .one_level h3 {
    font-weight: bold;
}
.nav_part.fixd .top_nav .nav_main ul li .one_level a, .nav_part:hover .top_nav .nav_main ul li .one_level a,.nav_part.guding .top_nav .nav_main ul li .one_level a {
    color: #262626;
}

.top_nav .nav_main ul li:hover a {
    color: #0090d6;
}
.top_nav .nav_main .link_a {}
.nav_part.fixd .top_nav .nav_main ul li:hover .one_level a, .nav_part:hover .top_nav .nav_main ul li:hover .one_level a.nav_part.guding .top_nav .nav_main ul li:hover .one_level a, {
    color: #0090d6;
}

.top_nav .nav_tel {}

.top_nav .nav_tel .num {}

.top_nav .nav_tel .num span {
    font-size: 0.26rem;
    color: #0090d6;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.26rem;
    padding: 0 0 0 0.3rem;
    font-weight: bold;
}
a.writh_a {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
.header_shade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 999;
  opacity: 0;
}
.header_shade.on {
    display: block;
}
a.black_a {
    background: #122a88;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.top_nav .nav_main .link_a a {
    line-height: 0.35rem;
    display: inline-block;
    width: 1.1rem;
    margin: 0 0.1rem;
    font-size: 0.14rem;
}

.two_nav_list {
    height: 0;
    position: absolute;
    left: -0.3rem;
    right: -0.3rem;
    top: 1rem;
    /* display: none; */
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 9;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.1);
    overflow: hidden;
}
.top_nav .nav_main ul li:hover .two_nav_list {
    transition: all 0.7s;
    height: auto;
    /* border-top: 1px solid rgba(0,0,0,0.1); */
    padding: 0.1rem 0;
}
.top_nav .nav_main .two_nav_list ul {
    display: block;
}

.two_nav_list .bac_img {
    /* height: 4.5rem; */
}
.two_nav_list.show {
    display: flex;
}
.top_nav .nav_main ul li .two_nav_list a {
    font-size: 0.18rem;
    /* display: block; */
    line-height: 0.4rem;
    /* font-weight: bold; */
    color: #262626;
    display: block;
    /* height: 2rem; */
}
.top_nav .nav_main ul li .two_nav_list a:hover{color: #0090d6;}
.top_nav .nav_main ul li:last-child {
    /* flex: 3; */
}

.top_nav .nav_main ul li .one_level:after {/* content: ""; */width: 0;height: 0.04rem;display: block;background: #da261e;/* border-top: 0.01rem solid #fff; *//* transform: rotate(-135deg) translate(0, 0.05rem); */left: 40%;transition: all 0.3s;position: absolute;bottom: 0.2rem;}
.top_nav .nav_main ul li:hover .one_level:after {
    width: 30%;
    left: 20%;
}
.top_nav .nav_main ul li:hover .one_level{color: #da261e !important;}
.nav_part.fixd {
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0.4rem; */
    /* z-index: 9993; */
    /* background: #fff; */
}
.top_top.fixd {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9993;
}
.two_nav_list .wal {
    padding: 0.5rem 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
}

.two_nav_list .left b {
    font-size: 0.28rem;
    margin: 0 0 0.3rem;
    display: block;
    font-weight: normal;
}

.two_nav_list .left p {
    margin-bottom: 0.35rem;
    height: 1rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top_nav .nav_main ul li .two_nav_list .right a {
    /* float: left; */
    width: 50%;
    font-size: 0.18rem;
    color: #666;
    font-weight: normal;
    text-align: left;
    margin: 0;
    display: block;
    line-height: 0.5rem;
}
.top_nav .nav_main ul li .two_nav_list .right a:hover{color: #1a66ff;}
.writh_nav {
    /* background: #0250a1; */
    position: relative;
}
.nav_part.fixd .nav_logo img.writh_logo,.writh_nav .nav_logo img.writh_logo,.nav_part.guding .nav_logo img.writh_logo {
    display: none;
}

.nav_part.fixd .nav_logo img.cai_logo,.writh_nav .nav_logo img.cai_logo,.nav_part.guding .nav_logo img.cai_logo {
    display: block;
}

.nav_part.fixd .top_nav .nav_main ul li .one_level, .nav_part:hover .top_nav .nav_main ul li .one_level,.nav_part.guding .top_nav .nav_main ul li .one_level {
    color: #262626;
}


.nav_part.fixd .top_nav .nav_main ul li.has .one_level:after,.writh_nav .top_nav .nav_main ul li.has .one_level:after,.nav_part.guding .top_nav .nav_main ul li.has .one_level:after {
    /* border-left: 0.01rem solid #666; */
    /* border-top: 0.01rem solid #666; */
}

.nav_part.fixd a.writh_a,.writh_nav a.writh_a,.nav_part.guding a.writh_a {
    border: 1px solid #122a88;
    color: #122a88;
}


.top_nav .nav_main ul li .one_level .zi {
    /* transform: translate(0px, 0.4rem); */
    text-transform: uppercase;
    transition: all 0.3s;
    /* position: relative; */
    /* display: flex; */
    align-items: center;
    gap: 0.1rem;
}

.top_nav .nav_main ul li:hover .one_level .zi {
    /* transform: translate(0px, -0.4rem); */
}

.top_nav .nav_main ul li .one_level:after {/* content: ""; *//* width: 0; *//* height: 0.01rem; *//* background: #fff; *//* display: block; *//* position: absolute; *//* left: 15%; *//* right: 0; *//* bottom: 0; *//* transition: all 0.3s; */}

.top_nav .nav_main ul li:hover .one_level:after {
    /* right: 15%; */
    /* width: 70%; */
}

.top_nav .nav_main .tel {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: 0;
    border-bottom: 0;
    height: 0.8rem;
}

.top_nav .nav_main .tel img.ic {
    width: 0.22rem;
}

.top_nav .nav_main .tel img.sz {
    height: 0.12rem;
}

.top_tel {
    /* text-align: right; */
}

.top_tel span {
    color: #1a66ff;
    font-size: 0.3rem;
    display: block;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.2rem;
    padding: 0 0 0 0.3rem;
    letter-spacing: -0.02rem;
    font-weight: bold;
}

.index_allbox {
    /* margin: 100vh 0 0; */
    position: relative;
    z-index: 99;
}
.index_banner {
    position: relative;
    overflow: hidden;
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* height: 100vh; */
    /* height: calc(100vh - 1.4rem); */
    margin: 1rem 0 0;
}

.index_banner img.bg {
    /* width: 100%; */
}
.swiper-pagination-bullet {
    background: #0090d6;
    position: relative;
    margin: 0 0.05rem !important;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.04rem;
}

.index_banner .swiper-pagination-bullet {
    /* width: 0.1rem; */
    /* height: 0.1rem; */
    /* border-radius: 50%; */
    background: #fff;
}
.index_banner .swiper-pagination-bullet:after{/* content:""; */position: absolute;left: 50%;/* right: 0; */top: 50%;display: block;width: 0.28rem;height: 0.28rem;border: 1px solid #fff;border-radius: 50%;transform: translate(-50%, -50%);opacity: 0;}

.index_banner .swiper-pagination {
    text-align: left;
    /* bottom: auto; */
    /* width: auto; */
    /* padding: 0.1rem 0; */
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
}
.index_pagination {
    /* position: absolute; */
    /* bottom: 0.5rem; */
    /* left: 0; */
    /* right: 0; */
    /* width: 100%; */
    margin: 0 auto;
}
.banner_buttom {
    position: absolute;
    bottom: 0.2rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
}
.index_button .swiper-button-next {
    transform: rotate(180deg) !important;
}

.roll_but {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/rool.png) center center no-repeat;
    background-size: 0.2rem;
}
.index_button {
    display: flex;
    gap: 0.1rem;
}

.index_button .swiper-button-prev,.index_button .swiper-button-next {
    background: url(../images/ljt.png) center center no-repeat;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
    box-shadow: none;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    /* width: 100%; */
    /* transition: all 6s; */
    opacity: 1;
}
.index_banner .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.index_banner .item .wal{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
.index_banner .item .zi {
    /* width: 40%; */
    color: #fff;
}
.index_banner .item .zi span {
    font-family: 'pingfang_l';
    font-size: 0.32rem;
}

.index_banner .item .zi h3 {
    font-size: 0.64rem;
    font-family: 'pingfang_b';
}

.index_banner .item .zi p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    font-family: 'pingfang_r';
    margin: 0 0 0.6rem;
}

.index_banner .item .zi .link_a {}

.index_banner .item .zi .link_a a {
    width: 1.5rem;
    display: inline-block;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.19rem;
    margin: 0 0.1rem 0 0;
}

.index_banner .item .zi .link_a a.writh_a {
    background: #fff;
    color: #122a88;
}

.index_banner .item .imgj {
    text-align: center;
    width: 50%;
}

.index_banner .item .imgj img {
    width: 70%;
}
.index_banner ul {}

.index_banner ul li {
    /* height: 100vh; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.index_banner ul li video {
    width: 100%;
    height: 100%;
    /* height: auto; */
}
.video_ves {
    width: 100%;
    display: flex;
}

.video_ves video.video {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_banner ul li img {
    width: 100%;
    object-fit: cover;
}

img.c_logo,img.c_search {
    display: block;
}

img.b_logo,img.b_search {
    display: block;
}

.nav_part.fixd img.b_logo, .nav_part:hover img.b_logo, .nav_part.fixd img.b_search, .nav_part:hover img.b_search,.nav_part.guding img.b_logo, .nav_part:hover img.b_logo {
    display: none;
}

.nav_part.fixd img.c_logo, .nav_part:hover img.c_logo, .nav_part.fixd img.c_search, .nav_part:hover img.c_search,.nav_part.guding img.c_logo, .nav_part:hover img.c_logo {
    display: block;
}

.index_banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.index_banner .text .wal {
    text-align: left;
    color: #fff;
}

.index_banner .text h1 {
    font-size: 0.7rem;
    font-weight: bold;
}
.index_banner .text p{font-size:0.46rem}
.index_banner .text img {
    width: 50%;
    object-fit: contain;
}
.index_banner .text img.logosolgin {
    width: 50%;
    height: auto;
}
.index_part {
    padding: 0.9rem 0;
    /* background: #fff; */
    position: relative;
    overflow: hidden;
}

.bg_fafafa {
    background: #fafafa !important;
}
.bg_f0f0f0 {
    background: #f9f9f9;
}
.bg_ffffff {
    background: #ffffff;
}
.textover1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.textover2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.textover3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
}
.numCount ul{
    display: flex;
    justify-content: space-between;
}
.numCount li{text-align: left;}
.numCount li .item{}
.numCount li .numU{color: #1a66ff;}
.numCount li .numCX{font-size: 0.7rem;color: #1a66ff;font-weight: bold;}
.numCount li .numU .unitC{font-size: 0.5rem;}
.numCount li .numU sup{}
.numCount li .numU sub{vertical-align:baseline;}




.two_nav_list {}

.two_nav_list .wal {}

.two_nav_list .left {
    flex: 1;
}

.two_nav_list .left .imgj {
    border-radius: 0.1rem;
}

.two_nav_list .left .imgj img {
    width: 100%;
}

.two_nav_list .center {
    flex: 1.2;
    text-align: left;
    /* padding: 0 0.5rem; */
    border-right: 1px solid #ddd;
    /* margin: 0 0.5rem 0 0; */
}

.two_nav_list .center .ti {
    margin: 0 0 1rem;
}

.two_nav_list .center .ti h3 {
    font-size: 0.38rem;
    margin: 0 0 0.1rem;
}

.two_nav_list .center .ti p {
    font-size: 0.24rem;
    color: #666;
}

.see_more {
    width: 1.8rem;
    background: #1a66ff;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 0.2rem;
    transition: all 0.3s;
}

.see_more span {
    color: #fff;
}

.see_more i {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.08rem;
    border: 1px solid #fff;
    border-radius: 50%;
}

.see_more:hover {
    gap: 0.4rem;
}

.see_more:hover span {}

.see_more:hover i {}


.two_nav_list .right {
    flex: 1.5;
}

.two_nav_list .right .twonav {
    display: flex;
    flex-flow: wrap;
    padding: 0 1rem 0 0;
}

.two_nav_list .right .twonav .zi {
    width: 50%;
    line-height: 0.6rem;
}

.two_nav_list .right .twonav .zi a {}
/*******以下浩盛开始********/
.bg_jbimg {
    background: linear-gradient(0deg, #c6d2e8, #f2f8fc);
}

.bg_business {
    background: url(../images/bg_business.png ) left center no-repeat #f2f2f2;
    background-size: 50%;
    padding: 0;
}

.bg_product {
    background: #fafafa;
    background-size: cover;
}

.bg_scien {
    background: url(../images/bg_scien.png );
    background-size: cover;
}

.bg_caseimg {
    background: url(../images/bg_caseimg.png );
    background-size: cover;
}

.index_about {
    width: 50%;
}

.index_about .top {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 0 0 0.5rem 0;
}

.index_about .top .left {
    flex: 1.2;
}

.indextibox {
    margin: 0 auto 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_center {
    text-align: center;
    display: block;
}
.indextibox .index_ti {
    position: relative;
    padding: 0.3rem 0 0;
}
.indextibox p.p1 {
    font-size: 0.2rem;
    margin: 0.3rem 0 0;
    color: #666;
    line-height: 0.34rem;
}
.indextibox .index_ti span {
    display: block;
    color: #333;
    font-size: 0.6rem;
    font-weight: bold;
    opacity: 0.15;
    position: absolute;
    bottom: 0.2rem;
    text-transform: uppercase;
}

.indextibox .index_ti h3 {
    font-size: 0.52rem;
}
.indextibox .index_ti h3 em{
    color: #da261e;
}
.bg_about {
    /* background: url(../images/bg_about.jpg) right bottom no-repeat; */
    /* background-size: 100%; */
    /* padding: 0.9rem 0 1.3rem; */
    position: relative;
}

.index_about {
}

.aboutmain {
    width: 50%;
    margin: -0.2rem 0 0;
}

.aboutmain p.text1 {
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
    color: #000;
}
.aboutmain {}

.aboutmain p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    -webkit-line-clamp: 2;
    color: #666;
    margin: 0 0 0.6rem;
}

.aboutmain .alltwonav {
    display: flex;
    justify-content: space-between;
    margin: 0.8rem 0;
}

.aboutmain .alltwonav .one {
    transition: all 0.3s;
}

.aboutmain .alltwonav .one i {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto 0.2rem;
    background-size: 0.57rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.aboutmain .alltwonav .one i.oneicon1 {
    background-image: url(../images/oneicon1.png);
}

.aboutmain .alltwonav .one i.oneicon2 {background-image: url(../images/oneicon2.png);}

.aboutmain .alltwonav .one i.oneicon3 {background-image: url(../images/oneicon3.png);}

.aboutmain .alltwonav .one i.oneicon4 {background-image: url(../images/oneicon4.png);}

.aboutmain .alltwonav .one i.oneicon5 {background-image: url(../images/oneicon5.png);}

.aboutmain .alltwonav .one span {}

.aboutmain .alltwonav .one:hover {
    transform: translateY(-0.1rem);
}
.aboutmain .alltwonav .one:hover i {}

.aboutmain .alltwonav .one:hover i.oneicon1 {}

.aboutmain .alltwonav .one:hover i.oneicon2 {}

.aboutmain .alltwonav .one:hover i.oneicon3 {}

.aboutmain .alltwonav .one:hover i.oneicon4 {}

.aboutmain .alltwonav .one:hover i.oneicon5 {}

.aboutmain .alltwonav .one:hover span {}


.index_about .top .right {
    flex: 1;
}

.index_about .top .right .layout_img {
    position: relative;
}

.index_about .top .right .layout_img img {
    width: 100%;
}

.index_about .top .right .layout_img .dots {
    position: absolute;
    right: 36%;
    bottom: 42%;
}

.index_about .top .right .layout_img .dots .dot {
    text-align: center;
}

.index_about .top .right .layout_img .dots .dot span {
    /* display: block; */
    /* width: 0.1rem; */
    /* height: 0.1rem; */
    /* border-radius: 50%; */
    /* background: #1a66ff; */
    /* margin: 0 auto; */
}
.layout_img .dot span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background: rgb(26 102 255);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: wipePrompt 2.5s ease 0s infinite;
}
.layout_img .dot i {
    position: absolute;
    left: 50%;
    top: 50%;
    /* width: 0.8rem; */
    /* height: 0.8rem; */
    display: block;
    /* background: rgb(255 255 255 / 20%); */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 0.01rem dotted #000;
    border: 0.01rem dashed #1a66ff;
}

.layout_img .dot i.da {
    width: 2.3rem;
    height: 2.3rem;
    animation: wipePrompt 2.5s ease 0s infinite;
}

.layout_img .dot i.xiao {
    width: 2.3rem;
    height:2.3rem;
    animation: wipePrompt 3.5s ease 2.5s infinite;
}
@keyframes wipePrompt {
    0% {
        opacity:1;
        transform:translate(-50%, -50%) scale(0)
        }
    
    100% {
        opacity:0.3;transform:translate(-50%, -50%) scale(1)
        }
}
.index_about .top .right .layout_img .dots .dot h3 {
    font-size: 0.14rem;
    color: #fff;
    position: relative;
    z-index: 9;
}

.index_about .top .right .layout_img .dots .dot i {}

.index_about .top .right .layout_img .dots .dot i.da {}

.index_about .top .right .layout_img .dots .dot i.xiao {}

.about_number {}

.index_business {
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.index_business .left {
    padding: 0.9rem 0 0;
    position: absolute;
    left: 10%;
    right: 55%;
}
.index_business .left .main {
    margin: 0 0 0.8rem;
}

.index_business .left .main span {
    font-size: 0.4rem;
    color: #1a66ff;
    font-weight: bold;
    margin: 0 0 0.2rem;
    display: block;
}

.index_business .left .main p {
    font-size: 0.2rem;
    line-height: 0.38rem;
}

.index_business .right {
    width: 51%;
}

.index_business .right ul {
    display: flex;
}

.index_business .right ul li {
    flex: 1;
    text-align: center;
}

.index_business .right ul li .item {
    background: #1a66ff;
}

.index_business .right ul li .item .ba_img {
    height: calc(100vh - 1rem);
    position: relative;
}

.index_business .right ul li .item .ba_img .main_text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index_business .right ul li .item .ba_img .main_text .main {}

.index_business .right ul li .item .ba_img .main_text .main .ti {}

.index_business .right ul li .item .ba_img .main_text .main .ti h3 {
    font-size: 0.4rem;
}

.index_business .right ul li .item .ba_img .main_text .main .ti span {
    font-size: 0.2rem;
    display: block;
}

.index_business .right ul li:hover .item .ba_img .main_text .main .more {
    margin: 0.3rem 0 .0;
    display: block;
    height: auto;
    padding: 0.2rem 0;
}

.index_business .right ul li .item .ba_img .main_text .main .more .list {
    font-size: 0.18rem;
    line-height: 0.4rem;
}

.index_business .right ul li .item .ba_img .main_text .main .more .list a {
    color: #fff;
    display: block;
    text-align: center;
}

.index_business .right ul li .item .ba_img .main_text .main .more .jia a {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
    font-size: 0.4rem;
    color: #fff;
}

.index_business .right ul li .item .ba_img .main_text .main .more .jia {
    margin: 0 auto 0;
    transition: all 0.3s;
}

.index_business .right ul li .item .ba_img .main_text .main .lines {}

.index_business .right ul li .item .ba_img .main_text .main .lines i {
    position: absolute;
    background: #fff;
    transition: all 0.3s;
    display: block;
    opacity: 0.5;
}

.index_business .right ul li .item .ba_img .main_text .main .lines i.i1 {
    left: 0.2rem;
    top: 0.2rem;
    width: 0;
    height: 1px;
}

.index_business .right ul li .item .ba_img .main_text .main .lines i.i2 {
    right: 0.2rem;
    bottom: 0.2rem;
    width: 1px;
    height: 0;
}

.index_business .right ul li .item .ba_img .main_text .main .lines i.i3 {
    left: 0.2rem;
    top: 0.2rem;
    height: 0;
    width: 1px;
}

.index_business .right ul li .item .ba_img .main_text .main .lines i.i4 {
    height: 1px;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 0;
}
.index_business .right ul li:hover .item .ba_img .main_text .main .lines i.i1 {
    width: calc(100% - 0.4rem);
}

.index_business .right ul li:hover .item .ba_img .main_text .main .lines i.i2 {
    height: calc(100% - 0.4rem);
}

.index_business .right ul li:hover .item .ba_img .main_text .main .lines i.i3 {
    height: calc(100% - 0.4rem);
}

.index_business .right ul li:hover .item .ba_img .main_text .main .lines i.i4 {
    width: calc(100% - 0.4rem);
}
.index_business .right ul li:hover .item .ba_img .main_text .main .more .list {
}

.index_business .right ul li:hover .item .ba_img {
    background: none !important;
}

.index_business .right ul li .item .ba_img .main_text .main .more {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s;
}

.index_business .right ul li:hover .item .ba_img .main_text .main .more .jia {
    margin: 0.5rem auto 0;
}
.index_cases {
    position: relative;
    padding: 0 0 0.5rem 0;
}
.prowiper_button {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.all_changebox {margin: -0.3rem 0 0.8rem;border-bottom: 1px solid #ddd;}

.all_changebox ul {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    line-height: 0.4rem;
}

.all_changebox ul li {margin: 0 0.5rem 0 0;}

.all_changebox ul li a {
    display: block;
    line-height: 0.5rem;
}

.all_changebox ul li a span {}

.all_changebox ul li.on {}

.all_changebox ul li.on a,.all_changebox ul li:hover a {
    color: #da271f;
    border-bottom: 1px solid;
}

.all_changebox ul li.on a span {}

.index_cases {
    /* overflow: hidden; */
    /* width: 90%; */
    /* margin: 0 auto; */
}

.index_cases ul {}
.index_cases ul li {
    transition: all 0.3s;
    padding: 0 0.15rem;
    width: 50%;
}

.index_cases ul li .item {
    text-align: center;
    font-size: 0.24rem;
    position: relative;
}
.zicon {
    display: none;
    position: relative;
}

.zicon.active {
    display: block;
}

.index_cases ul li:hover .item .imgj img {
    /* transform: translate(-50%, -50%) scale(1.1); */
}

.index_cases ul li.swiper-slide-next,.index_cases ul li.swiper-slide-prev {
    /* transform: scale(0.8); */
    /* opacity: 0.5; */
}

.index_cases ul li.swiper-slide-active {
    transform: scale(1);
}
.index_cases ul li .item .imgj {
    /* border-radius: 50%; */
    /* padding: 100% 0 0 0; */
    /* position: relative; */
    background: #fff;
}

.index_cases ul li .item .imgj img {
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* width: 50%; */
    /* transform: translate(-50%, -50%) scale(1); */
}




.index_cases ul li .item .text h3 {
    /* font-size: 0.3rem; */
    /* text-align: left; */
}
.index_scientific {
    margin: 2.5rem 0 0;
}

.index_scientific ul {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
}

.index_scientific ul li {
    flex: 1;
    position: relative;
    transform: translate(0, 0px);
    border-radius: 0.2rem;
    overflow: hidden;
    display: block;
    transition: all 0.3s;
}

.index_scientific ul li .item {
}

.index_scientific ul li .item .imgj {
    background: #262b32;
    border-radius: 0.16rem;
}

.index_scientific ul li .item .imgj img {
    width: 100%;
    opacity: 0.5;
}

.index_scientific ul li .item .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.index_scientific ul li .item .text .zi {}

.index_scientific ul li .item .text .zi h4 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.index_scientific ul li .item .text .zi span {
    display: block;
    font-size: 0.2rem;
}

.index_scientific ul li:hover {
    transform: translate(0, -0.2rem);
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
}

.index_scientific ul li:hover .item img {
    opacity: 0.2;
}

.index_scientific ul li:hover .item .imgj {
    background: #1a66ff;
}

.index_project {position: relative;}

.index_project .left {
    /* position: absolute; */
    /* left: 0; */
    width: 2.6rem;
}

.index_project .left .case_changes {
    margin: 0 0 0.5rem 0;
}

.index_project .left .case_changes ul {}

.index_project .left .case_changes ul li {
    line-height: 0.6rem;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.index_project .left .case_changes ul li .zi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_project .left .case_changes ul li .zi span {
    font-size: 0.18rem;
}

.index_project .left .case_changes ul li .zi i {
    background: url(../images/sjt.png) -0.23rem center no-repeat;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    transition: all 0.3s;
}

.index_project .left .case_changes ul li.on {
    color: #1a66ff;
}

.index_project .left .case_changes ul li.on .zi {}

.index_project .left .case_changes ul li.on .zi span {}

.index_project .left .case_changes ul li.on .zi i {
    background: url(../images/sjt.png) -0rem center no-repeat;
}

.index_caselist {
    margin: 0.5rem 0 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    left: 3.3rem;
}

.index_caselist .case_list {}

.index_caselist .case_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.15rem;
}

.index_caselist .case_list ul li {
    width: 33.33%;
    padding: 0.15rem;
}

.index_caselist .case_list ul li .item {
    display: block;
    border: 1px solid #ddd;
}

.index_caselist .case_list ul li .item .imgj {}

.index_caselist .case_list ul li .item .imgj img {}

.index_caselist .case_list ul li .item .text {
    background: #fff;
    padding: 0.1rem 0.2rem;
}

.index_caselist .case_list ul li .item .text h3 {
    font-size: 0.2rem;
}

.index_caselist .case_list ul li .item .text p {
    font-size: 0.14rem;
    color: #666;
}

.partners_list {}

.partners_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.15rem;
}

.partners_list ul li {
    width: 20%;
    padding: 0.15rem;
}

.partners_list ul li .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
}

.partners_list ul li .imgj img {
    max-width: 80%;
    max-height: 80%;
}

.footcon {
    background: url(../images/bg_food.jpg);
    color: #fff;
}

.footcon .foot_main {
    /* background: #2d384f; */
    /* color: #fff; */
}

.footcon .foot_main .wal {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    align-items: flex-start;
    gap: 0.4rem;
}
.footcon .foot_main .sulogin_box {
    align-self: center;
}

.footcon .foot_main .sulogin_box img {
    width: 3.34rem;
}
.footcon .foot_main .right {
    color: #333;
    /* padding: 0.2rem; */
    /* text-align: center; */
    /* border-radius: 0.04rem; */
}

.footcon .foot_main .right img {
    width: 2.5rem;
}

.footcon .foot_main .right .fs {line-height: 0.32rem;margin: 0.3rem 0;}

.footcon .foot_main .right .fs p {}

.footcon .foot_main .right .ewmbox {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 0.2rem; */
}

.footcon .foot_main .right .ewmbox img {
    width: 1rem;
    display: block;
}

.footcon .foot_main .right .ewmbox span {
    font-size: 0.16rem;
    opacity: 0.5;
    display: block;
    margin: 0.1rem 0 0;
}

.footcon .foot_main .left {
    flex: 1;
}

.footcon .foot_main .left ul {
    display: flex;
    /* gap: 0.7rem; */
    justify-content: space-between;
}

.footcon .foot_main .left ul li {
    line-height: 0.36rem;
}

.footcon .foot_main .left ul li a {
    display: block;
    font-size: 0.18rem;
    margin: 0 0 0.1rem 0;
}

.footcon .foot_main .left ul li .two {}

.footcon .foot_main .left ul li .two a {
    font-size: 0.16rem;
    opacity: 0.5;
    margin: 0;
}

.footcon .foot_main .left ul li .two a:hover {
    opacity: 1;
}
.footcon .foot_main .right .text {
    margin: 0 00 .3rem;
}

.footcon .foot_main .right .text p {
    display: block;
    line-height: 0.34rem;
}

.footcon .foot_main .right .text em {
    display: block;
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.5rem;
}

.footcon .foot_main .select {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0.7rem; */
    /* color: #fff; */
    margin: 0.4rem 0 0;
}

.footcon .foot_main .select.on {}

.footcon .foot_main .select .ti {
    margin: 0 0 0.1rem;
}

.footcon .foot_main .select .ti span {}

.footcon .foot_main .select .ti a {
    color: #fff;
}

.footcon .foot_main .select .pos {display: none;position: absolute;left: 0;bottom: 0.4rem;padding: 0.1rem 0;width: 3.5rem;max-height: 1.5rem;overflow-y: auto !important;background: #fff;border: #fff 1px solid;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}

.footcon .foot_main .select .pos a {
    color: #656565;
    display: block;
    padding: 0 0.2rem;
    line-height: 0.32rem;
}
.footcon .foot_main .select .pos a:hover {
    color: #0090d6;
}
.footcon .foot_main .select.on .pos {
    /* height: 1.3rem; */
    /* overflow-y: scroll; */
}
.friend_link {
    position: relative;
}

.friend_link h3 {
    width: 3.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 1px solid #999;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.5;
}

.friend_link h3:after {content: "";display: block;width: 0.3rem;height: 0.3rem;background: url(../images/baimore.png) center no-repeat;background-size: 0.1rem;transform: rotate(0deg);transition: all 0.3s ease;}

.foot_buttom {
    text-align: center;
    border-top: 1px solid #ddd;
}

.foot_buttom p {
    opacity: 0.5;
    padding: 0.3rem 0;
    font-size: 0.14rem;
    color: #666;
}
.nei_banner {
    position: relative;
    /* margin: 1rem 0 0; */
}

.nei_banner img {
    width: 100%;
}

.nei_banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nei_banner .text .zi {}

.nei_banner .text .zi h3 {
    color: #fff;
    font-size: 0.5rem;
}

.nei_banner .text .zi span {
    display: block;
    color: #fff;
    font-size: 0.34rem;
}
.neitwoleve_nav {
    background: #fff;
    border-bottom: 1px solid #fafafa;
}

.neitwoleve_nav ul {
    display: flex;
    gap: 0.5rem;
    font-size: 0.2rem;
    height: 1rem;
    align-items: center;
}

.neitwoleve_nav ul li {
    position: relative;
}

.neitwoleve_nav ul li a {
    display: block;
}
.neitwoleve_nav ul li:after{content:".";font-size: 0;width: 0.2rem;height: 0.02rem;background: #008fd6;display: block;margin: 0 auto;position: absolute;left: 50%;bottom: -0.05rem;transform: translate(-50%, 0px);opacity: 0;transition: all 0.3s;width: 0;}
.neitwoleve_nav ul li.on:after{opacity:1;width: 0.2rem;}
.neitwoleve_nav ul li.on a,.neitwoleve_nav ul li:hover a {
    color: #008ed5;
}
.neitwoleve_nav ul li a .imgj {}

.neitwoleve_nav ul li a .imgj img {
    width: 0.4rem;
    margin: 0 auto 0.2rem;
}

.neitwoleve_nav ul li a .imgj img.mr {
    display: block;
}

.neitwoleve_nav ul li a .imgj img.xz {
    display: none;
}

.neitwoleve_nav ul li.on a .imgj,.neitwoleve_nav ul li:hovera .imgj {}

.neitwoleve_nav ul li.on a .imgj img,.neitwoleve_nav ul li:hover a .imgj img {
    display: none;
}

.neitwoleve_nav ul li.on a. .imgj img.mr,.neitwoleve_nav ul li:hover a. .imgj img.mr {}

.neitwoleve_nav ul li.on a .imgj img.xz,.neitwoleve_nav ul li:hover a .imgj img.xz {
    display: block;
}

.height2 {
    height: 1.5rem !important;
    justify-content: space-between;
}
.about_main .right .p {
    height: 4.5rem;
    overflow-y: scroll;
    padding: 0 0.3rem 0 0;
}
.about_main .right .p::-webkit-scrollbar {
	height:0.08rem;
	background:#ddd;
    width:0.04rem
  }
.about_main .right .p::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #0090d6;
  }

.about_honor {}

.about_honor ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.15rem;
}

.about_honor ul li {
    width: 25%;
    padding: 0.15rem;
}

.about_honor ul li .item {
    background: #fff;
    /* padding: 0.3rem; */
    border-radius: 0.16rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    text-align: center;
}

.about_honor ul li .item .imgj {
    padding: 0.4rem 0 0;
}

.about_honor ul li .item .imgj img {
    max-width: 77%;
    width: auto;
}

.about_honor ul li .item .text {
    padding: 0.3rem 0.2rem;
}

.about_honor ul li .item .text h3 {
    /* font-weight: bold; */
    font-size: 0.2rem;
}
.about_organi {}

.about_organi img {
    width: 100%;
}
.nei_history {
    position: relative;
}

.history_time {
    cursor: pointer;
}

.history_time i {
    width: 0.15rem;
    height: 0.15rem;
    display: block;
    border-radius: 50%;
    background: #fafafa;
    border: 0.03rem solid #ddd;
    margin: 0 0 0.2rem;
}

.history_time p {
    font-size: 0.3rem;
}

.his_infor {
    position: relative;
    margin: 0.8rem 0 0;
}

.history_infor {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.history_infor .imgj {
    flex: 1;
    border-radius: 0.16rem;
    overflow: hidden;
}

.history_infor .imgj img {
    width: 100%;
}

.history_infor .text {
    flex: 1;
    min-height: 4rem;
}

.history_infor .text h3 {
    font-size: 0.5rem;
    font-weight: bold;
}

.history_infor .text .i {
    display: block;
    margin: 0.3rem 0;
    height: 0.02rem;
    background: #ddd;
    position: relative;
}

.history_infor .text .i i {
    display: block;
    width: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1a66ff;
}

.history_infor .text p {
    font-size: 0.28rem;
}

.history_but {
    position: absolute;
    left: 50%;
    margin: 0 0 0 0.5rem;
    height: 0.6rem;
    width: 1.5rem;
    bottom: 0;
}

.history_but .swiper-button-prev, .history_but .swiper-button-next {
    bottom: 0;
    margin:  0;
    top: 0;
}


.swiper-slide-thumb-active p {
    color: #1a66ff;
    font-weight: bold;
}

.swiper-slide-thumb-active i {
    border: 0.03rem solid #1a66ff;
}

.nei_history:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.08rem;
    height: 1px;
    background: #ddd;
}
.about_presence {}

.about_presence ul {
    margin: 0 0 0.5rem;
}

.about_presence ul .item {
    padding: 0.05rem;
    position: relative;
}

.about_presence ul .item img {
    width: 100%;
    border-radius: 0.16rem;
}

.about_presence ul .item .text {
    position: absolute;
    left: 0.05rem;
    right: 0.05rem;
    top: 0.05rem;
    bottom: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(26 102 255 / 0.9);
    border-radius: 0.16rem;
    font-size: 0.28rem;
    color: #fff;
	opacity:0
}
.about_presence ul .item:hover .text{opacity:1}
.about_presence ul .item .text h3 {}
.about_party {
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
}

.about_party .left {
    flex: 1;
}

.about_party .left .imgj {
    /* border-radius: 0.16rem; */
}

.about_party .left .imgj img {
    width: 100%;
}

.about_party .right {
    flex: 1;
}

.about_party .right .main {
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin: -0.3rem 0 0;
}

.about_party .right .main p {}

.bg_party {
    position: relative;
    padding: 0;
}

.bg_party img {
    width: 100%;
}

.about_social {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0.9rem 0;
}

.about_social .main {
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin: -0.3rem 0 0;
    width: 45%;
}

.about_social .main p {}
.busi_main {}

.swiper-business {
    position: relative;
}

.busi_item {}

.busi_item .imgj {}

.busi_item .imgj img {
    width: 100%;
}

.busi_item .text {
    position: absolute;
    left: 0;
    right: 40%;
    top: 0;
    bottom: 0;
    background: url(../images/twobg.png) right center no-repeat;
    background-size: 100% 100%;
    padding: 0 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.busi_item .text .zi {
    width: 75%;
}

.busi_item .text .zi h3 {
    font-size: 0.38rem;
    margin: 0 0 0.2rem;
}

.busi_item .text .zi p {
    font-size: 0.2rem;
    line-height: 0.38rem;
    margin: 0 0 0.8rem;
}

.see_more.write {
    background: #fff;
}

.see_more.write span {
    color: #1a66ff;
}

.see_more.write i {
    background: url(../images/ljt.png) center center no-repeat;
    border: 1px solid #1a66ff;
    background-size: 0.08rem;
}

.business_changes {
    margin: 0.3rem 0 0;
}

.business_changes ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.business_changes ul li {
    width: 25%;
    padding: 0.1rem;
}

.business_changes ul li .zi {
    background: #fff;
    display: flex;
    align-items: center;
    height: 1rem;
    font-size: 0.24rem;
}

.business_changes ul li .zi .imgj {
    margin: 0 0.2rem;
}

.business_changes ul li .zi .imgj img {
    width: 0.4rem;
}

.business_changes ul li .zi .imgj img.mr {
    display: block;
}

.business_changes ul li .zi .imgj img.xz {
    display: none;
}

.business_changes ul li .zi span {
    display: block;
    flex: 1;
}

.business_changes ul li.on {}

.business_changes ul li.on .zi {
    background: #1a66ff !important;
    color: #fff;
}

.business_changes ul li.on .zi .imgj {}

.business_changes ul li.on .zi .imgj img {}

.business_changes ul li.on .zi .imgj img.mr {
    display: none;
}

.business_changes ul li.on .zi .imgj img.xz {
    display: block;
}

.business_changes ul li.on .zi span {}
.business_content {}

.business_content .text {
    margin: 0 0 0.5rem 0;
}

.business_content .text h3 {
    font-size: 0.38rem;
    font-weight: bold;
}

.business_content .text p {
    font-size: 0.2rem;
    line-height: 0.38rem;
    margin: 0.2rem auto 0;
    width: 60%;
}

.morecase h4.relative {
    font-size: 0.34rem;
    font-weight: bold;
    margin: 0 0 0.3rem;
}

.morecase ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.15rem;
}

.morecase ul li {
    width: 50%;
    padding: 0.15rem;
}

.morecase ul li .item {
    display: block;
    border-radius: 0.16rem;
    position: relative;
}

.morecase ul li .item .imgj {}

.morecase ul li .item .imgj img {}

.morecase ul li .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    margin: 0;
    color: #fff;
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
}

.morecase ul li .item .text h4 {}
.bussines_main {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.bussines_main .left {
    flex: 1;
}

.bussines_main .left .text {}

.bussines_main .left .text span {
    display: block;
    font-size: 0.2rem;
    color: #1a66ff;
}

.bussines_main .left .text h3 {
    font-size: 0.4rem;
    font-weight: bold;
    margin: 0.1rem 0;
}

.bussines_main .left .text p {
    font-size: 0.2rem;
    line-height: 0.38rem;
}

.bussines_main .right {
    border-radius: 0.16rem;
    overflow: hidden;
    flex: 1;
}

.bussines_main .right img {
    width: 100%;
}

.nproduct_list {}

.nproduct_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem;
}

.nproduct_list ul li {
    width: 33.33%;
    padding: 0.25rem;
    position: relative;
    margin: 0 0 0.6rem;
}

.nproduct_list ul li .item {
    display: block;
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
    border-radius: 0.2rem;
    padding: 0 0 0.8rem;
}

.nproduct_list ul li .item .main {}

.nproduct_list ul li .item .main .imgj {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nproduct_list ul li .item .main .imgj img {
    max-width: 60%;
    max-height: 80%;
    width: auto;
}

.nproduct_list ul li .item .main .text {}

.nproduct_list ul li .item .main .text h3 {
    font-size: 0.2rem;
    font-weight: bold;
}

.nproduct_list ul li .item .more {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translate(-50%, 0px); */
}

.nproduct_list ul li .item .more .jia {
    background: #8b9cbe;
    width: 0.6rem;
    height: 0.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #fff;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px) scaleX(1);
    transition: all 0.3s;
}

.nproduct_list ul li .item .more .jia span {
    display: block;
    line-height: 0;
    border-radius: 50%;
    border: 0.03rem solid #fff;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background: url(../images/jia.png) center center no-repeat;
    background-size: 0.15rem;
}

.nproduct_list ul li .item .more .see_more {
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px) scaleX(0);
}

.nproduct_list ul li .item .more .see_more span {}

.nproduct_list ul li .item .more .see_more i {}

.nproduct_list ul li:hover .item .more .see_more {
    transform: translate(-50%, 0px) scaleX(1);
}

.nproduct_list ul li:hover .item .more .jia {
    transform: translate(-50%, 0px) scaleX(0);
}
.main_page {
    padding: 1.5rem 0 0;
}
.break_nav {
    padding: 0rem 0.3rem 0;
    background: url(../images/home.png) left center no-repeat;
    font-size: 0.2rem;
    background-size: 0.25rem;
}

.break_nav a {}

.product_maintop {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.product_maintop .left {
    flex: 1;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
}

.product_maintop .left .imgj {
    width: 80%;
    max-height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_maintop .left .imgj img {
}

.product_maintop .right {
    flex: 1.3;
}

.product_maintop .right .text {
    margin: 0 0 0.3rem 0;
}

.product_maintop .right .text .ti {
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.3rem;
}

.product_maintop .right .text .ti h3 {
    font-size: 0.42rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.product_maintop .right .text .ti p {
    font-size: 0.22rem;
}

.product_maintop .right .text .ti p em {
    color: #1a66ff;
}

.product_maintop .right .text .main {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.38rem;
    min-height: 2.5rem;
}

.product_maintop .right .text .main p {}

.product_maintop .right .two_but {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.product_maintop .right .two_but a {
    line-height: 0.54rem;
}

.product_maintop .right .two_but .zi {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    padding: 0 0.3rem;
}

.product_maintop .right .two_but .zi img {
    width: 0.25rem;
}

.product_maintop .right .two_but .zi span {
    font-size: 0.18rem;
    color: #fff;
}

.product_maintop .right .two_but a.red {
    background: #ff1929;
}

.product_maintop .right .two_but a.blue {
    background: #1a66ff;
}

.pro_conmain {
    margin: 0 0 0.8rem;
}

.pro_conmain .ti {}

.pro_conmain .ti h4 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0 0 0.3rem;
}

.pro_conmain .main {
    background: #fff;
    padding: 0.4rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    font-size: 0.18rem;
    line-height: 0.38rem;
}

.pro_conmain .main p {}

.scientific_people {}

.scientific_people .jie_base {
    display: flex;
    gap: 0.8rem;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #ddd;
}

.scientific_people .jie_base .left {
    flex: 1;
}

.scientific_people .jie_base .left .imgj {
    border-radius: 0.16rem;
}

.scientific_people .jie_base .left .imgj img {
    width: 100%;
}

.scientific_people .jie_base .right {
    flex: 1.6;
}

.scientific_people .jie_base .right .main {
    margin: -0.4rem 0 0 0;
}

.scientific_people .jie_base .right .main .ti {
    display: flex;
    gap: 0.1rem;
    align-items: flex-end;
    margin: 0  0 0.2rem 0;
}

.scientific_people .jie_base .right .main .ti h4 {
    font-size: 0.44rem;
    font-weight: bold;
}

.scientific_people .jie_base .right .main .ti p {
    font-size: 0.24rem;
    line-height: 0.5rem;
}

.scientific_people .jie_base .right .main p {
    font-size: 0.2rem;
    line-height: 0.38rem;
}

.scientific_people .list {}

.scientific_people .list ul {
    display: flex;
    flex-flow: wrap;
    padding: 0.25rem 00 0;
    justify-content: space-between;
}

.scientific_people .list ul li {
    width: 45%;
    font-size: 0.22rem;
    line-height: 0.36rem;
    padding: 0.15rem 0;
}

.scientific_people .list ul li p {
    padding: 0 0 0 0.2rem;
    position: relative;
}

.scientific_people .list ul li p:before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #226bff;
    position: absolute;
    left: 0;
    top: 0.12rem;
}

.bg_team {
    background: url(../images/bg_team.jpg);
    background-size: cover;
}

.talented_main {}

.talented_main p {
    text-align: center;
    width: 85%;
    margin: -0.3rem auto 0;
    font-size: 0.22rem;
}

.talented_main ul {
    margin: 0.8rem auto 0;
    display: flex;
    width: 80%;
    justify-content: center;
    text-align: center;
    border-radius: 0.16rem;
    border: 1px solid rgb(187 176 176 / 50%);
}

.talented_main ul li {
    flex: 1;
    border-right: 1px solid rgb(187 176 176 / 50%);
    padding: 0.3rem 0;
}

.talented_main ul li .item {}

.talented_main ul li .item .number {
    font-size: 0.5rem;
    font-weight: bold;
    color: #1a66ff;
}

.talented_main ul li .item span {
    font-size: 0.18rem;
    line-height: 0.3rem;
    display: block;
}

.talented_main ul li:last-child {
    border: 0;
}
.scientific_platform {}

.scientific_platform ul {
    display: flex;
}

.scientific_platform ul li {
    height: calc(100vh - 1rem);
    position: relative;
    background-size: cover;
    background-position: center center;
    flex: 1;
    transition: all 0.3s;
}

.scientific_platform ul li.on {
    flex: 2;
}

.scientific_platform ul li .item {}

.scientific_platform ul li .item .text {
    position: absolute;
    left: 10%;
    top: 1rem;
}

.scientific_platform ul li .item .text .ti {
    margin: 0 0 0.8rem 0;
}

.scientific_platform ul li .item .text .ti span {
    display: block;
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    font-family: din;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}

.scientific_platform ul li .item .text .ti h3 {
    font-size: 0.46rem;
    font-weight: bold;
    color: #fff;
}

.scientific_dividion {
    display: flex;
    gap: 1.6rem;
}

.scientific_dividion .p {}

.scientific_dividion .p p {
    font-size: 0.22rem;
    line-height: 0.4rem;
}

.scientific_dividion .right {
    flex: 1;
    position: relative;
}

.scientific_dividion .right .imgj {
    border-radius: 0.16rem;
}

.scientific_dividion .right .imgj img {
    width: 100%;
}

.scientific_dividion .right .moreimg {
    /* position: absolute; */
    /* right: 50%; */
    width: 50%;
    /* border-radius: 0.16rem; */
    transform: translate(-50%, -50%);
}

.scientific_dividion .right .moreimg img {
    width: 100%;
    position: relative;
    border-radius: 0.16rem;
}

.scientific_dividion .right .moreimg:before {
    content: "";
    display: block;
    position: absolute;
    right: -0.1rem;
    top: -0.1rem;
    left: 0.1rem;
    bottom: 0.1rem;
    background: #37f;
    border-radius: 0.16rem;
}

.scientific_school {
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.38rem;
}

.scientific_school p {}

.scientific_school .images {
    display: flex;
    gap: 0.32rem;
    margin: 0.4rem 0 0;
}

.scientific_school .images .imgj {
    border-radius: 0.16rem;
}

.scientific_school .images .imgj img {
    width: 100%;
}

.scientific_equipmain {
    overflow: hidden;
    /* position: relative; */
    padding: 0 0 0.5rem;
}

.scientific_equipmain ul {}

.scientific_equipmain ul li {
    padding: 0.15rem;
}

.scientific_equipmain ul li .imgj {
    width: 100%;
    border-radius: 0.16rem;
    display: block;
}

.scientific_equipmain ul li .text {
    font-size: 0.22rem;
    text-align: center;
    margin: 0.15rem 0 0.3rem;
}

.scientific_equipmain ul li .text h3 {
    font-weight: bold;
}

.scientific_equip {
    position: relative;
}

.scientific_equip:after {
    content: "";
    display: block;
    width: 30%;
    padding: 100% 0 0;
    background: url(../images/equip.png) top no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
}
.scientific_equipmain .swiper-container {
    margin: -0.15rem;
}
.bg_stand {
    background: url(../images/bg_stand.jpg);
    background-size: cover;
}

.tandard_box .index_cases ul li .item .imgj {
    border-radius: 0.16rem;
    background: #fff;
    padding: 0;
    /* box-shadow: 0 0 0.2rem rgba(0,0,0,0.1); */
}

.tandard_box .index_cases ul li .item .imgj img {
    width: 100%;
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    bottom: 0;
}

.tandard_box {
    position: relative;
}

.scientific_tandard {}

.scientific_tandard .main {font-size: 0.22rem;line-height: 0.38rem;text-align: center;width: 80%;margin: -0.3rem  auto 0.8rem;}

.scientific_tandard .main p {}
.scientific_dividion .left {
    flex: 1.2;
}

.scientific_results {}

.scientific_results p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    margin: -0.3rem auto 0.8rem;
}

.research_con {
    position: relative;
}

.research_con .left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2rem;
    display: flex;
    align-items: center;
}

.research_con .left ul {}

.research_con .left ul li {
    color: #999;
    margin: 0.5rem 0;
}

.research_con .left ul li .mun {}

.research_con .left ul li .mun em {
    font-size: 0.8rem;
    display: block;
    font-family: cursive;
    font-weight: bold;
    letter-spacing: -0.08rem;
}

.research_con .left ul li .mun span {
    font-size: 0.18rem;
}

.research_con .left ul li .mun i {
    display: block;
    height: 0.04rem;
    background: #999;
    margin: 0.2rem 0;
}
.research_con .left ul li.on {
    color: #1a66ff;
}

.research_con .left ul li.on .mun {}

.research_con .left ul li.on .mun em {}

.research_con .left ul li.on .mun span {}

.research_con .left ul li.on .mun i {}

.research_con .right {
    margin: 0 0 0 2rem;
}

.result_list {
    display: none;
    align-items: center;
}

.result_list .science_results {
    flex: 2.5;
    padding: 0.5rem 0;
}

.result_list .science_results 
 .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.result_list.zicon.active {
    display: flex;
    gap: 0.5rem;
}
.result_list .science_results .swiper-wrapper {}

.result_list .science_results .swiper-slide {
    transform: scale(0.8);
    opacity: 0.8;
    transition: all 0.3s;
}

.result_infor {
}

.result_infor .imgj {
    border-radius: 0.16rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
}

.result_infor .imgj img {
    width: 100%;
}

.result_list .result_ti {
    flex: 1;
    position: relative;
    padding: 0.8rem 0;
}

.result_list .result_ti .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.result_list .result_ti .swiper-slide-active {}

.result_list .result_ti .swiper-slide p {
    margin: .0;
    text-align: center;
    line-height: 0.6rem;
    color: #666;
    flex: 1;
}

.result_list .result_ti .swiper {}

.result_list .result_ti .swiper .swiper-wrapper {
    height: 2.4rem;
}
.results_but {}

.results_but .swiper-button-next {
    top: auto;
    right: auto;
    transform: translate(-50%, 0)  rotate(90deg);
    left: 50%;
    bottom: 0;
}

.results_but .swiper-button-prev {
    left: 50%;
    transform: translate(-50%, 0)  rotate(-90deg);
    top: 0;
    margin: 0;
}

.result_list .science_results  .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
.result_list .result_ti .swiper-slide-thumb-active p {
    background: #1a66ff;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.result_list .result_ti .swiper-slide-thumb-active p {
    color: #fff;
}

.research_con .left ul li.on i {
    background: #1a66ff;
}

.neipartners_list {}

.neipartners_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.15rem;
}

.neipartners_list ul li {
    padding: 0.15rem;
    width: 25%;
}

.neipartners_list ul li .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0.16rem;
    height: 1.2rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.neipartners_list ul li .imgj img {
    max-width: 80%;
    max-height: 80%;
}

.newscen_big {
    overflow: hidden;
    position: relative;
}

.newscen_big ul {}

.newscen_big ul li {}

.newscen_big ul li .item {
    display: flex;
    border-radius: 0.16rem;
}

.newscen_big ul li .item .left {
    width: 50%;
}

.newscen_big ul li .item .left .imgj {
    height: 100%;
    display: flex;
}

.newscen_big ul li .item .left .imgj img {}

.newscen_big ul li .item .text {
    width: 50%;
    background: #fff;
    padding: 0.5rem 0.5rem 1.1rem;
    box-sizing: border-box;
}

.newscen_big ul li .item .text span {
    display: block;
    font-size: 0.2rem;
    color: #666;
}

.newscen_big ul li .item .text h3 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.2rem 0;
}

.newscen_big ul li .item .text p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
}

.news_but {
    position: absolute;
    left: 50%;
    right: .0;
    bottom: 0;
    background: #1a66ff;
    z-index: 99;
    height: 0.6rem;
    color: #fff;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.news_but .swiper-button-next,.news_but .swiper-button-prev {
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.12rem;
    box-shadow: none;
    position: sticky;
    left: auto;
    right: auto;
    top: auto;
    /* background: #fff; */
    /* transform: none; */
    width: 0.6rem;
    height: 0.6rem;
    margin: 0;
    z-index: 99;
}
.news_but .swiper-button-next {
    transform: rotate(0deg);
}

.news_but .swiper-button-prev {
    transform: rotate(180deg);
}
.news_but .swiper-pagination {
    bottom: auto;
}
.newscen_list {}

.newscen_list ul {}

.newscen_list ul li {
    border-bottom: 1px solid #ddd;
}

.newscen_list ul li .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    gap: 0.5rem;
}

.newscen_list ul li .item .text {
    flex: 3;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.newscen_list ul li .item .text .time {
    flex: 1;
    color: #333;
}

.newscen_list ul li .item .text .time em {
    font-size: 0.34rem;
    font-weight: bold;
    display: block;
}

.newscen_list ul li .item .text .time span {
    display: block;
}

.newscen_list ul li .item .text .zi {
    flex: 5;
}

.newscen_list ul li .item .text .zi h3 {
    font-size: 0.26rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.newscen_list ul li .item .text .zi p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
}

.imgj {}

.newscen_list ul li .item .imgj {
    flex: 1;
    border-radius: 0.16rem;
}

.newscen_list ul li .item .imgj img {}
.newscen_main {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.newscen_main .left {
    flex: 3;
}

.newscen_main .left .ti {
    padding: 0 0 0.2rem;
    border-bottom: 1px solid #ddd;
}

.newscen_main .left .ti span {
    font-size: 0.2rem;
    color: #1a66ff;
}

.newscen_main .left .ti h3 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.1rem 0 0;
}

.newscen_main .left .main {
    padding: 0.3rem 0;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.32rem;
}

.newscen_main .left .main p {}

.newscen_main .right {
    flex: 1;
    background: #fff;
    border-radius: 0.1rem;
}

.newscen_main .right .ti {
    text-align: center;
    line-height: 0.6rem;
    background: #1a66ff;
    border-radius: 0.1rem;
}

.newscen_main .right .ti h3 {
    font-weight: bold;
    font-size: 0.2rem;
    color: #fff;
}

.newscen_main .right ul {
    padding: 0 0.3rem;
}

.newscen_main .right ul li {
    border-bottom: 1px solid #ddd;
    padding: 0.2rem 0;
}

.newscen_main .right ul li .item {}

.newscen_main .right ul li .item span {
    display: block;
    font-size: 0.18rem;
    color: #666;
    margin: 0 0 0.1rem;
}

.newscen_main .right ul li .item h4 {
    font-size: 0.2rem;
    font-weight: bold;
}
.jobs_list {}

.jobs_list ul {}

.jobs_list ul li {
    background: #fff;
    border-radius: 0.16rem;
    margin: 0 0 0.3rem;
}

.jobs_list ul li .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem;
}

.jobs_list ul li .top .left {}

.jobs_list ul li .top .left h3 {
    font-size: 0.28rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.jobs_list ul li .top .left span {
    display: block;
    font-size: 0.18rem;
    color: #666;
}

.jobs_list ul li .top .right {
    color: #0090d6;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.jobs_list ul li .top .right span {}

.jobs_list ul li .top .right i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    transition: all 0.3s;
    background-size: 0.08rem;
    transform: rotate(-90deg);
}

.jobs_list ul li.on .top .right i {
    transform: rotate(90deg);
}

.jobs_list ul li .main {
    height: 0;
    overflow: hidden;
    padding: 0 0.3rem;
    transition: all 0.3s;
    color: #ddd;
}

.jobs_list ul li .main .p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666;
}

.jobs_list ul li .main .p p {}

.jobs_list ul li .main .p em {
    color: #0090d6;
    display: block;
    margin: 0.2rem 0 0;
}

.jobs_list ul li.on .main {
    padding: 0.3rem;
    height: auto;
    border-top: 1px solid #ddd;
}




.contact_us {
    /* display: flex; */
    /* justify-content: space-between; */
    /* position: relative; */
}

.contact_us .left {
    width: 45%;
}
.contactus {
    position: relative;
}
.contactus .left .main {
    margin: -0.3rem 0 0;
}

.contactus .left .main .one {
    margin: 0.15rem 0 0;
    font-size: 0.18rem;
    line-height: 0.36rem;
}

.contactus .left .main .one span {
    color: #999;
    display: block;
}

.contactus .left .main .one p {
}

.contactus .right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact_us .right .form_list {
}

.contact_us .right .form_list ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: -0.1rem;
}

.contact_us .right .form_list ul li {
    width: 100%;
    /* border-bottom: 1px solid #ddd; */
    border-radius: 0.06rem;
    padding: 0.1rem;
}

.contact_us .right .form_list ul li input {
    display: block;
    line-height: 0.5rem;
    width: 100%;
    border-radius: 0.06rem;
    padding: 0.1rem 0.2rem;
}

.contact_us .right .form_list ul li textarea {
    display: block;
    height: 2rem;
    width: 100%;
    padding: 0.1rem 0.2rem;
    border-radius: 0.04rem;
}

.contact_us .right .form_list ul li button {
    background: none;
    color: #fff;
    font-size: 0.22rem;
    /* width: 1rem; */
}

.contact_us .right .form_list ul li:nth-child(1), .contact_us .right .form_list ul li:nth-child(2), .contact_us .right .form_list ul li:nth-child(3) {
    width: 33.33%;
}

.contact_us .right .form_list ul li:last-child {
    border: 0;
    background: #0090d6;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    width: 2rem;
    margin: 0.1rem;
}

.contact_map {}

.contact_map img {
    width: 100%;
}

.about_main {
    display: flex;
    justify-content: space-between;
}

.about_main .left {
    width: 45%;
}

.about_main .left .p {
    font-size: 0.2rem;
    line-height: 0.38rem;
    text-align: justify;
}

.about_main .right {
    width: 50%;
    font-size: 0.18rem;
    line-height: 0.34rem;
    /* padding: 0 0 0 0.8rem; */
    box-sizing: border-box;
}

.about_main .right ul {
    flex-wrap: wrap;
}

.about_main .right ul li {
    width: 50%;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ddd;
}

.nabout_us {}

.nabout_us .imgj {}

.nabout_us .imgj img {
    width: 100%;
}

.bg_cutr {
    background: url(../images/bg_cutr.jpg);
    background-size: cover;
}

.nabout_culture {}

.nabout_culture ul {
    display: flex;
    flex-flow: wrap;
    gap: 0.2rem;
}

.nabout_culture ul li {
    color: #fff;
    transition: all 0.3s;
    font-size: 0.26rem;
    background: #c8c8c8;
    padding: 0.4rem;
    min-width: 35%;
}
.nabout_culture ul li .irem {}

.nabout_culture ul li .irem .icon {
    margin: 0 0 0.8rem;
}

.nabout_culture ul li .irem .icon img {
    display: block;
    width: 0.48rem;
    margin: 0 0 0.3rem 0;
}

.nabout_culture ul li .irem .icon span {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
}

.nabout_culture ul li .irem .main {
    font-size: 0.22rem;
}

.nabout_culture ul li.on {
    flex: 3;
    background: rgb(26 102 255 / 0.8);
    color: #fff;
}
.bg_honnorbg {
    background: url(../images/honnorbg.png) bottom center no-repeat #fafafa;
    background-size: 100%;
    padding: 0.9rem 0 1.5rem;
}
.nei_honnor {padding: 0 0 0.5rem;position: relative;}

.nei_honnor ul {}

.nei_honnor ul li {
    width: 33.33% !important;
    padding: 0 0.1rem;
}

.nei_honnor ul li .item {}

.nei_honnor ul li .item .imgj {}

.nei_honnor ul li .item img {
    width: 100%;
}
.nei_honnor ul li .item .text {
    text-align: center;
    font-size: 0.2rem;
    margin: 0.2rem 0 0;
}
.nei_honnor .swiper-honnor {
    margin: 0 -0.1rem;
    overflow: hidden;
}
.honnor_button .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.bg_culture {
    background: url(../images/bg_culture.jpg) center bottom;
    background-size: cover;
}

.nei_culture {
    padding: 2.2rem 0;
    position: relative;
}

.nei_culture .culture {
    position: absolute;
    right: 0;
    width: 60%;
    top: 0;
}

.nei_culture .culture ul {
    display: flex;
    flex-flow: wrap;
}

.nei_culture .culture ul li {
    width: 50%;
    padding: 0.25rem 0;
}

.nei_culture .culture ul li span {
    color: #666;
}

.nei_culture .culture ul li p {
    font-size: 0.3rem;
    color: #0090d6;
    font-weight: bold;
}





/**yihaozhineng**/
.top_top {
    background: #f3f3f3;
}

.top_top .wal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.4rem;
    color: #666;
    font-size: 0.14rem;
    line-height: 0.4rem;
}

.top_top .left {}

.top_top .left span {}

.top_top .right {
    padding: 0 0 0 0.2rem;
    background: url(../images/telx.png) left center no-repeat;
    background-size: 0.15rem;
}

.top_top .right span {}
.more_two {
    width: 1.75rem;
    line-height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0090d6;
    border-radius: 50px;
    color: #fff;
}

.more_two span {
    color: #fff;
    font-size: 0.16rem;
}

.more_two img {
    width: 0.1rem !important;
    margin: 0 0 0 0.1rem;
    transition: all 0.3s;
}

.more_two:hover img {
    margin: 0 0 0 0.15rem;
}
.more_one {
    width: auto;
    /* line-height: 0.55rem; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    color: #da271f;
    /* flex: 1; */
}

.more_one span {
    font-size: 0.16rem;
    font-weight: normal !important;
    display: block;
    width: 1rem;
}

.more_one img {
    width: 0.43rem;
    margin: 0 0 0 0.1rem;
    transition: all 0.3s;
    transform: scale(1) !important;
}

.more_one:hover img {
    margin: 0 0 0 0.15rem;
}

.prowiper_button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 999;
    top: auto;
}

.index_sulotion {
    display: flex;
}
.sulotion_changebox .more_two {
    margin: 0 auto;
}
.sulotion_changebox {flex: 0.3;text-align: center;}
.index_sulotion .zicon_con {
    flex: 1.4;
}
.sulotion_changebox ul {
    margin: 0 0 0.5rem 0;
}

.sulotion_changebox ul li {
    padding: 0 0 0 0.5rem;
    border-bottom: 1px solid #ddd;
}

.sulotion_changebox ul li a {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.5rem;
    padding: 0.3rem 0;
}

.sulotion_changebox ul li a .imgj {}

.sulotion_changebox ul li a .imgj img {
    width: 0.35rem;
}

.sulotion_changebox ul li a .imgj img.hicon {
    display: block;
}

.sulotion_changebox ul li a .imgj img.bicon {
    display: none;
}

.sulotion_changebox ul li a span {}

.sulotion_changebox ul li.on {
    background: #da271f;
}

.sulotion_changebox ul li.on a {
    color: #fff;
}

.sulotion_changebox ul li.on a .imgj {}

.sulotion_changebox ul li.on a .imgj img.hicon {
    display: none;
}

.sulotion_changebox ul li.on a .imgj img.bicon {
    display: block;
}

.index_sulomain {
    display: flex;
}

.index_sulomain .imgj {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_sulomain .imgj img {
    width: 100%;
}

.index_sulomain .text_box {
    flex: 0.9;
    background: #585858;
    display: flex;
    align-items: center;
}

.index_sulomain .text_box .main_list {
    padding: 0 0.5rem;
    flex: 1;
}

.index_sulomain .text_box .main_list h3 {
    color: #fff;
    font-size: 0.36rem;
    margin: 0 0 0.3rem 0;
}

.index_sulomain .text_box .main_list ul {}

.index_sulomain .text_box .main_list ul li {
    font-size: 0.2rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #6d6d6d;
}

.index_sulomain .text_box .main_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_sulomain .text_box .main_list ul li h3 {
    font-size: 0.2rem;
    margin: 0;
}

.index_sulomain .text_box .main_list ul li i {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/ljt.png) center center no-repeat;
    background-size: 0.1rem;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.index_sulomain .text_box .main_list ul li:hover {}

.index_sulomain .text_box .main_list ul li:hover h3 {}

.index_sulomain .text_box .main_list ul li:hover i {
    margin: 0 0.3rem 0;
}
.padding_bot0 {
    padding-bottom: 0;
}
.case_bg {
    background: url(../images/case_bg.jpg) bottom center no-repeat;
    background-size: cover;
}

.index_cases {}

.index_cases ul {}

.index_cases ul li {
    width: 33.33%;
}

.index_cases ul li .item {
    /* margin: 0 0.5rem; */
    /* display: block; */
    /* position: relative; */
}

.index_cases ul li .item .imgj {}

.index_cases ul li .item .imgj img {}
.index_cases ul li .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.2rem;
}

.index_cases ul li .item .text h3 {}
.index_cases ul li .swiper-slide-prev {}

.index_cases ul li.swiper-slide-next {
    transform: rotateY(-16deg);
}
.cases_button {}

.cases_button .swiper-button-prev,.cases_button .swiper-button-next {
    left: 23%;
    top: 50%;
}

.cases_button .swiper-button-next {
    left: auto;
    right: 23%;
}
.index_news {
    overflow: hidden;
    position: relative;
    /* padding: 0 0 0.8rem 0; */
}

.bg_news {
    background: url(../images/bg_news.png) bottom center no-repeat;
    background-size: 100%;
}

.index_news {}

.index_news ul {}

.index_news ul .news_item {
    width: 100%;
    padding: 0;
}

.index_news ul .news_item a {
    padding: 0;
    display: block;
    position: relative;
    display: block;
}

.index_news ul .news_item a .imgj {}

.index_news ul .news_item a .imgj img {}

.index_news ul .news_item a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0 ,0,0.5);
    display: flex;
    align-items: center;
    height: 0.8rem;
}

.index_news ul .news_item a .text span {
    display: block;
    font-size: 0.16rem;
}

.index_news ul .news_item a .text span h3 {}

.index_news ul .news_item a .text span p {}
.swiper-pagination-bullet {}

.news_pagination .swiper-pagination {
    bottom: 0.8rem;
    /* left: 50%; */
}

.news_pagination .swiper-pagination-bullet {
    background: #0090d6;
}

.index_news ul .news_item a .text h3 {
    font-size: 0.22rem;
    color: #fff;
    flex: 1;
    padding: 0 0.2rem;
}

.index_news ul .news_item a .text p {
    color: #666;
    margin: 0 0 0.1rem;
}
.foot_top {/* border-bottom: 2px solid #0090d6; */}

.foot_top .left {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.foot_top .left img {
    width: 3.95rem;
}

.foot_top .left span {
    font-size: 0.26rem;
}

.foot_top .left span em {
    color: #da271f;
}

.foot_top .right {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    gap: 0.5rem;
}

.foot_top .right p {
    padding: 0 0 0 0.3rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.2rem;
}

.foot_top .right p.tel {
    background-image: url(../images/ctel.png);
}

.foot_top .right p.add {
    background-image: url(../images/cadd.png);
}

.foot_top .wal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0.5rem 0;
    border-bottom: 2px solid #0090d6;
}

.bg_honnorbg .indextibox {
    /* display: block; */
}
.dis_auto {
    display: block;
}
.dis_auto span {
    left: 50%;
    transform: translateX(-50%);
}
.honnor_all .swiper-honnor {
    padding: 0.3rem 0;
}
.honnor_all ul li.swiper-slide {
    transform: scale(0.8);
    transition: all 0.3s;
}
.honnor_all ul li.swiper-slide-active {
    transform: scale(1.1);
}





@media (min-width: 1px) and (max-width: 800px) {
  .wap_show {
    display: block;
}

.web_show {
    display: none;
}
.wal {
    width: 90%;
    padding: 0;
}
.top_nav {
    position: fixed;
    left: 0;
    right: 0;
    background: #fafafa;
    top: 0.9rem;
    bottom: 0;
    width: 100%;
    transform: translate(100%, 0px);
    transition: all 0.3s ease;
    overflow: scroll;
    z-index: 999;
    height: 100vh;
    display: block;
}

.nav_part .wal {
    height: 0.9rem;
    padding: 0;
}

.phone_menu {
    display: block;
}

.top_nav.show {
    transform: translate(0px, 0px);
}
.top_nav .nav_main ul li:hover .one_level:after{display:none}
.top_nav .nav_main .link_a {
    display: none;
}

.top_nav .nav_main ul {
    display: block;
}

.top_nav .nav_main ul li .one_level {
    justify-content: space-between;
    margin: 0 0.3rem;
    color: #262626;
    line-height: 0.8rem;
    height: 0.8rem;
    border-bottom: 1px solid #e2e2e2;
    font-size: 0.26rem;
    display: block;
}

.top_nav .nav_main ul li {
}
.two_nav_list {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 .4rem;
    background: none;
    background: none;
}

.top_nav .nav_main ul li .two_nav_list a {
    font-size: 0.24rem;
    /* color: #fff; */
    line-height: 0.8rem;
}

.writh_nav {
    position: fixed;
}

.index_banner {
    height: 50vh;
}

.index_banner ul li {
    height: 50vh;
    display: flex;
}

.index_banner .item .zi {
    width: 80%;
}

.index_banner .item .zi h3 {
    font-size: 0.26rem;
    line-height: initial;
}

.index_banner .item .zi p {
    font-size: 0.18rem;
    line-height: normal;
    margin: 0 0 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index_banner .item .zi .link_a a {
    width: 1rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
}

.index_banner .item .imgj img {
    width: 100%;
}
.nav_logo img {
    width: 60%;
}

.nav_part.fixd .phone_menu .icon_bar,.nav_part:hover .phone_menu .icon_bar {
    background: #0090d6;
}

.top_nav .nav_main ul li .one_level:after {
    /* width: 0.3rem; */
    /* height: 0.6rem; */
    /* background: url(../images/hjt.png) center no-repeat; */
    /* background-size: 0.1rem; */
    /* left: auto; */
    /* right: 0; */
    top: 0;
}
.top_nav .nav_main ul li.has.on {}

.top_nav .nav_main ul li.on .one_level:after {
    display: block;
    width: 0.3rem;
    left: auto;
    right: 0;
    transform: rotate(90deg);
}
.top_nav .nav_main ul li .one_level a {
    color: #262626;
}
.index_part {
    padding: 0.5rem 0;
}

.indextibox .index_ti h3 {
    font-size: 0.36rem;
    /* font-weight: bold; */
}.top_nav .nav_main ul li:last-child {
    display: none;
}

.top_nav .nav_main ul li .one_level .zi {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0;
}

.top_nav .nav_main ul li .one_level .zi i.irow {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.15rem;
    transform: rotate(-90deg);
}
.top_nav .nav_main ul li.has.on i.irow {
    transform: rotate(90deg);
}
.top_nav .nav_main {
    display: block;
    margin: 0 0 0.5rem;
}

.footcon .foot_main ul li {
    display: none;
}

.footcon .foot_main ul li:last-child {
    /* display: block; */
}

.footcon .foot_main {
    padding: 0;
}

.footcon .foot_main .select {
    position: initial;
    margin: 0.3rem 0 0;
    width: 60%;
}

.foot_buttom {
    margin: 0;
}

.foot_buttom .wal {
    display: block;
}
.video_mm {
    width: 90% !important;
}
.top_nav .nav_main ul li.has.on .wapnavlist {
    height: auto;
    display: block !important;
    background: none;
}

.top_nav .nav_main ul li:hover .two_nav_list {
    height: auto;
    display: none;
    padding: 0 0.4rem;
    box-shadow: none;
}
.bg_about {
    background: url(../images/wapbg_about.jpg) bottom center no-repeat;
    background-size: 100%;
}
.break_nav {
    margin: 0;
}

.neibanner {
    height: 4rem;
}

.neibanner img {
    width: auto;
}

.neibanner_item .banner_buttom {
    bottom: 0;
}
.top_top .left {
    display: none;
}

.indextibox {
    /* display: block; */
}

.index_sulotion {
    display: block;
}

.sulotion_changebox ul {
    display: flex;
    display: flex;
}

.sulotion_changebox ul li a {
    display: block;
    text-align: center;
}

.sulotion_changebox ul li {
    flex: 1;
    padding: .0;
}

.sulotion_changebox ul li a .imgj img {
    margin: 0 auto;
}

.sulotion_changebox .more_two {
    display: none;
}

.index_sulomain {
    display: block;
}

.index_sulomain .text_box {
    padding: 0.5rem 0;
}

.all_changebox ul li {
    margin: 0;
    flex: 1;
}

ul {}

.foot_top .wal {
    /* display: block; */
    /* border: 0; */
    padding: 0.5rem 0 0;
}

.foot_top .left {
    display: block;
}

.foot_top .left img {
    display: block;
    margin: 0 0 00.2rem;
}

.foot_top .right {
    display: none;
}

.foot_top .right p {
    margin: 0.3rem 0;
}

.footcon .foot_main .wal {
    padding: 0 0 0.5rem;
    display: block;
}

.footcon .foot_main .right {
    width: 100%;
    margin: 0.5rem 0 0;
}
.index_news ul .news_item {
    width: 100%;
}
.index_cases ul li {
    width: 80%;
}

.index_cases ul li .item {
    position: relative;
}

.index_cases .zicon_con {
    position: relative;
}

.cases_button .swiper-button-prev {
    left: 4%;
}

.cases_button .swiper-button-next {
    right: 4%;
}

.index_cases ul li {
    width: 100%;
}
.index_cases ul li .item .text {
    display: block;
}
.aboutmain {
    width: 100%;
    margin: -0.2rem 0 2rem;
}


	

}








.about_img {
    position: absolute;
    width: 45%;
    right: 0;
    top: 0;
    bottom: 0;
}

.about_img .imgj {
    height: 100%;
}

.about_img .imgj img {
    height: 100%;
}

.about_img .videobox {
    position: absolute;
    left: -5.2rem;
    bottom: 1rem;
}

.about_img .videobox .videolist {
    background: #0090d6;
    width: 2rem;
    height: 2rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    font-size: 0.2rem;
}

.about_img .videobox .videolist img.videoed {
    width: 0.5rem;
    display: block;
    margin: 0 auto 0.3rem;
}

.about_img .videobox .videolist span {}

.index_about .main {
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin: 0 0 0.5rem;
}

.about_more {
    margin: 0.5rem 0 0 0;
}

.about_more ul {
    display: flex;
    gap: 0.5rem;
}

.about_more ul li {}

.about_more ul li .item {}

.about_more ul li .item .imgj {}

.about_more ul li .item .imgj img {
    display: block;
    width: 0.4rem;
    margin: 0 auto 0.2rem;
}

.about_more ul li .item .imgj img.huiimg {
    display: block;
}

.about_more ul li .item .imgj img.caiimg {
    display: none;
}

.about_more ul li .item span {
    font-size: 0.18rem;
    display: block;
    text-align: center;
}

.about_more ul li .item:hover .imgj img.caiimg {
    display: block;
}

.about_more ul li .item:hover .imgj img.huiimg {
    display: none;
}
.index_news .left {
    width: 53%;
    overflow: hidden;
    position: relative;
}

.index_news .allnews_list {
    width: 43%;
}

.index_news ul .news_item a .text .date {
    background: #0090d6;
    color: #fff;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0 0.2rem;
    font-size: 0.16rem;
}

.index_news ul .news_item a .text .date em {
    font-size: 0.24rem;
}

.index_news .allnews_list ul {}

.index_news .allnews_list ul li {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
}

.index_news .allnews_list ul li a {}

.index_news .allnews_list ul li a .text {
    display: flex;
    align-items: center;
    height: 0.8rem;
}

.index_news .allnews_list ul li a .text .date {
    color: #0090d6;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0 0.2rem;
    font-size: 0.16rem;
}

.index_news .allnews_list ul li a .text .date em {
    font-size: 0.24rem;
}

.index_news .allnews_list ul li a .text .date span {
    display: block;
    font-size: 0.16rem;
}

.index_news .allnews_list ul li a .text h3 {
    font-size: 0.22rem;
    flex: 1;
    padding: 0 0.2rem;
}

.nei_newslist ul .news_item {
    width: 33.33%;
    padding: 0.2rem;
}

.nei_newslist {}

.nei_newslist .left {
    width: 100%;
    margin: 0 0 0.8rem;
}
.nei_newslist .left .swiper_news {
    margin: -0.2rem;
    padding: 0 0 0.5rem;
}

.nei_newslist .news_pagination .swiper-pagination {
    bottom: 0;
}

.nei_newslist .allnews_list {
    width: 100%;
}
.nei_newslist ul .news_item a .text span {
    display: none;
}

.nei_newslist ul .news_item a .text {
    height: 0.5rem;
}

.nei_newslist ul .news_item a .text .date {
    height: 0.5rem;
    padding: 0 0.1rem;
}

.nei_newslist ul .news_item a .text h3 {
    font-size: 0.18rem;
}


/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #0090d6; color: #0090d6; }



.all_page_con {}

.all_page_con .ti {
    text-align: center;
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #ddd;
}

.all_page_con .ti h3 {
    font-size: 0.48rem;
}

.all_page_con .ti p {
    color: #666;
    margin: 0.2rem 0 0;
}

.all_page_con .main_con {}

.all_page_con .main_con .main {
    padding: 0.5rem 0;
    font-size: 0.18rem;
    line-height: 0.34rem;
}
.all_page_con .main_con .main video {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.all_page_con .main_con .main p {}

.all_page_con .main_con .main p img{max-width: 100%;}
.pre_nex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 0.18rem;
}
.contactus .left .main .one span.fs {
    padding:  0 0 0 0.3rem;
    background-size: 0.2rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.contactus .left .main .one span.fs1 {
    background-image: url(../images/cfs1.png);
}

.contactus .left .main .one span.fs2 {
    background-image: url(../images/cfs2.png);
}

.contactus .left .main .one span.fs3 {
    background-image: url(../images/cfs3.png);
}







@media (min-width: 1px) and (max-width: 800px) {

.top_nav .nav_tel .num span {
    margin: 0 auto;
}

.top_nav .nav_tel .num {
    text-align: center;
}
.top_nav .nav_tel {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    z-index: 999;
}
.about_img {
    position: relative;
    width: 100%;
}

.about_img .imgj {
    /* height: 5rem; */
    /* display: block; */
}

.about_img .imgj img {
    width: 100%;
    height: auto;
}

.about_img .videobox {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
}

.about_img .videobox .videolist {
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: rgba(.0,0,0,0.3);
}

.about_img .videobox .videolist span {
    display: none;
}

.about_img .videobox .videolist img.videoed {
    margin: 0 auto;
}

.index_about {
    width: 100%;
    margin: 0 0 0.3rem;
}
.index_news .left {
    float: none;
    width: 100%;
}

.index_news .allnews_list {
    float: none;
    width: 100%;
}
.nei_honnor ul li {
    width: 66.66% !important;
}
.about_main {
    display: block;
}

.about_main .right {
    width: 100%;
}

.about_main .left {
    width: 100%;
}

.nei_culture .culture {
    position: relative;
    width: 100%;
    padding: 0 0 2rem;
}

.nei_culture .culture ul {
    display: block;
}

.nei_culture .culture ul li {
    width: 100%;
}
.neitwoleve_nav ul {
    gap: 0;
    justify-content: space-around;
}
.contactus .right {
    position: relative;
    width: 100%;
    margin: 0.3rem 0 0;
}

.jobs_list ul li .top .right {
    display: none;
}

.nei_newslist ul .news_item {
    width: 100%;
}


}